Click or drag to resize

ServiceSetHoldOnMailboxes Method (HoldActionType, String, String, IListString, String, Boolean, Boolean, String)

Sets the hold on mailboxes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public HoldOnMailboxesInfo SetHoldOnMailboxes(
	HoldActionType actionType,
	string holdId,
	string query,
	IList<string> mailboxes,
	string language,
	bool includeNonIndexableItems,
	bool deduplication,
	string inPlaceHoldIdentity
)

Parameters

actionType
Type: Independentsoft.ExchangeHoldActionType
Type of the action.
holdId
Type: SystemString
The hold identifier.
query
Type: SystemString
The query.
mailboxes
Type: System.Collections.GenericIListString
The mailboxes.
language
Type: SystemString
The language.
includeNonIndexableItems
Type: SystemBoolean
if set to true [include non indexable items].
deduplication
Type: SystemBoolean
if set to true [deduplication].
inPlaceHoldIdentity
Type: SystemString
The in place hold identity.

Return Value

Type: HoldOnMailboxesInfo
HoldOnMailboxesInfo.
See Also